projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
10fea9c
)
Note that vc.el now uses this.
author
Eric S. Raymond
<esr@snark.thyrsus.com>
Fri, 9 May 2008 22:31:03 +0000
(22:31 +0000)
committer
Eric S. Raymond
<esr@snark.thyrsus.com>
Fri, 9 May 2008 22:31:03 +0000
(22:31 +0000)
lisp/emacs-lisp/ewoc.el
patch
|
blob
|
history
diff --git
a/lisp/emacs-lisp/ewoc.el
b/lisp/emacs-lisp/ewoc.el
index ffbb0a689a2d786adbe5ad7834fdcaccd2ef321f..e24cac3eb5d8164f8c0b3a77f8037bc7e28c437a 100644
(file)
--- a/
lisp/emacs-lisp/ewoc.el
+++ b/
lisp/emacs-lisp/ewoc.el
@@
-52,7
+52,7
@@
;; dll (a doubly linked list) and the contents of a buffer.
;; Possible uses are dired (have all files in a list, and show them),
;; buffer-list, kom-prioritize (in the LysKOM elisp client) and
-;; others. pcl-cvs.el
uses
ewoc.el.
+;; others. pcl-cvs.el
and vc.el use
ewoc.el.
;;
;; Ewoc can be considered as the `view' part of a model-view-controller.
;;